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:
09/14/21 22:08:18 (
3 years
ago)
Author:
mLipok
(IP: 178.215.201.76)
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
}}}