mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 09:59:29 +00:00
Typo
This commit is contained in:
parent
6a1f745015
commit
584dac17db
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ Unlike Moonscript, Candran tries to stay close to the Lua syntax, and existing L
|
|||
|
||||
````lua
|
||||
#import("lib.thing") -- static import
|
||||
#local debug or= false
|
||||
#local debug = false
|
||||
|
||||
#if debug
|
||||
#if debug then
|
||||
# define("log(...)", "print(...)")
|
||||
#else
|
||||
# define("log(...)", "") -- remove calls to log from the compiled code when debug is true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue