v0.3.5: allot

This commit is contained in:
Luxferre
2026-07-07 11:45:20 +03:00
parent 371b354bcb
commit ae6f1103e3
5 changed files with 9 additions and 3 deletions
+1
View File
@@ -202,6 +202,7 @@ if [
" rev, lcat and s2q FAIL" puts cr
]
2 5 range [ 2 3 4 ] streq 5 2 range [] streq and 5 5 range [] streq and if [ " range PASS" puts cr ] [ " range FAIL" puts cr ] # Test range
3 allot [ 0 0 0 ] streq 0 allot [] streq and if [ " allot PASS" puts cr ] [ " allot FAIL" puts cr ] # Test allot
# 9. Bitwise Operations