# 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: