Skip to content

Commit 89c6f49

Browse files
committed
Updated screenshot.
1 parent 3727cc4 commit 89c6f49

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A separate [command line program](preprocess-cl.lua) is available too.
2727

2828

2929
## Example Program
30-
The exclamation mark (!) is used to indicate what code is part of the metaprogram. ([See screenshot with highlighting](misc/example.png))
30+
The exclamation mark (!) is used to indicate what code is part of the metaprogram. ([See screenshot of processing steps with highlighting](misc/processingSteps.png))
3131

3232
```lua
3333
-- Normal Lua.
@@ -39,6 +39,8 @@ doSomething()
3939
initGame()
4040
!if IS_DEVELOPER then
4141
enableCheats()
42+
!else
43+
enableTelemetry()
4244
!end
4345

4446
function newArrayOfThreeBits()

misc/example.png

-22.6 KB
Binary file not shown.

misc/processingSteps.png

95.4 KB
Loading

0 commit comments

Comments
 (0)