Sha256: f64dab635e4a5cd6ce82b44930a74c196dbe9596ea7071940262bb5880981de6
Contents?: true
Size: 162 Bytes
Versions: 6
Compression:
Stored size: 162 Bytes
Contents
local input repeat io.write("wax> ") input = io.read() local success, e = wax.eval(input) if not success then print("Error: " .. e) end until not input
Version data entries
6 entries across 6 versions & 1 rubygems