3 lines
72 B
Text
3 lines
72 B
Text
|
|
printf(1,"%d\n", 'a') -- prints "97"
|
||
|
|
printf(1,"%s\n", 97) -- prints "a"
|