added list object

This commit is contained in:
Francesco Cozzuto
2021-11-03 13:44:41 +01:00
parent 9d600b66be
commit d4e9eb23d3
4 changed files with 159 additions and 15 deletions
+3 -15
View File
@@ -1,17 +1,5 @@
p = (false);
if p:
{
a = 1;
}
if 'hello' == 'hello':
print('Yup!\n');
else
a = 2;
if 'hello2' == 'hello': print('Yup!'); else print('Nop!');
print('\n');
print(a);
print(1 < 1 < 1);
return a;
print('Nop!\n');