15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
# 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:
|
|
|