NSIS Wiki:Sandbox: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 125.114.25.163 to last version by 80.222.199.89)
Line 12: Line 12:


<highlight-nsis>
<highlight-nsis>
;Test macro
 


!macro StartTest
!macro StartTest

Revision as of 08:49, 10 May 2007

This is where test stuff should be posted, if you don't know how things appear, or want to test if something works which can't be seen by just previewing the page.

Right now, there is nothing being done to this page regularly to delete contents. Maybe a bot or the server will be used for the task, but nothing is sure.

Keep the page content below this note.


The new layout RULES!

!macro StartTest
macroend
 
!macro EndTest
!macroend


Test JCH