crafting-interpreters/lox/read_ascii.lox

3 lines
36 B
Text
Raw Normal View History

2025-05-28 21:28:25 +02:00
var a = promptAscii("> ");
print a;