Looking good

This commit is contained in:
2025-08-04 15:36:59 +02:00
parent 71968d2b59
commit 9f96f1ffaa
8 changed files with 1123 additions and 669 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
let a = 5
let b = 5
if a == b: print "a and b are the same\n"
else print "they are not the same!\n"
fun a(name)
<a>My name is \(name)</a>
a("Francesco")