aboutsummaryrefslogtreecommitdiff
path: root/examples/learnxiny.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-06 13:40:17 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-06 13:40:17 -0400
commit59845e610f2c90474f34079d27b5f1e07071ded4 (patch)
tree1066ab6c5c6e6620adda6ac4575703b9d4bf0a0a /examples/learnxiny.tm
parent95633b1cc2da5294d9aec8c7eb9fca9a15c1a8bf (diff)
Deprecate `!!` print statement
Diffstat (limited to 'examples/learnxiny.tm')
-rw-r--r--examples/learnxiny.tm3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/learnxiny.tm b/examples/learnxiny.tm
index 7373f057..ecb1140f 100644
--- a/examples/learnxiny.tm
+++ b/examples/learnxiny.tm
@@ -9,9 +9,6 @@ func main():
# Print to the console
say("Hello world!")
- # You can also use !! as a shorthand:
- !! This is the same as using say(), but a bit easier to type
-
# Declare a variable with ':=' (the type is inferred to be integer)
my_variable := 123