kabel/examples/everything.kab

15 lines
309 B
Plaintext
Raw Normal View History

2024-01-18 04:17:13 +00:00
# File showing examples of Kabel syntax
# Function/procedure definition
# 'using', 'and', and the commas should be lexed out because they don't mean
# anything However, they should be required nonetheless for the sake of
# clarity and consistency.
p = 5;
k = 6;
g = 7;
to myFunction using k, x, and p: