add: tokenizer for content
This commit is contained in:
@@ -10,4 +10,13 @@ main() {
|
||||
x++;
|
||||
}
|
||||
print("x is % now", x);
|
||||
|
||||
string file_path = "../examples/print.sr";
|
||||
fs.read(file_path);
|
||||
|
||||
|
||||
uint8[] x = [1,2,3];
|
||||
x.push(4);
|
||||
x.push(1);
|
||||
x.push(2);
|
||||
}
|
||||
Reference in New Issue
Block a user