Delete test/primitives.hi

This commit is contained in:
2025-09-26 01:05:00 -07:00
committed by GitHub
parent 227e690486
commit 0c87e5392b

View File

@@ -1,11 +0,0 @@
// Test: Declaration (:) of a string and output (_)
message: "Testing primitives..."
_(message)
// Test: Declaration of a number
count: 1
_("Initial count:", count)
// Test: Assignment (=) and a simple expression
count = count + 1
_("New count:", count)