mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
print and more
This commit is contained in:
parent
ebbc675ffd
commit
9e643b8acd
9 changed files with 150 additions and 54 deletions
9
test.sl
9
test.sl
|
|
@ -1,3 +1,10 @@
|
|||
let x = 2 * 3;
|
||||
|
||||
let tz = x * 5;
|
||||
let tz = x * 5;
|
||||
|
||||
{
|
||||
let uwu = 5;
|
||||
uwu;
|
||||
}
|
||||
|
||||
print 5 + 5;
|
||||
Loading…
Add table
Add a link
Reference in a new issue