added exmaple program

This commit is contained in:
2025-10-30 19:12:04 +01:00
parent 934d961be8
commit 2069f73715
5 changed files with 72 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
let a := 1
let b := 2
@main := a
@main := a * b + 3