Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 19
and
Version 20
of
WikiStart
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Sep 14, 2021, 10:08:18 PM (
4 years
ago)
Author:
mLipok
Comment:
added {{{#!autoit
Legend:
Unmodified
Added
Removed
Modified
WikiStart
v19
v20
11
11
* Please use the following syntax when inserting code. It helps the code stand out making it easier to read.
12
12
{{{
13
{{{
13
{{{
#!autoit
14
14
MsgBox(4096, "", "This is source code")
15
15
}}}