mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
14 lines
553 B
Plaintext
14 lines
553 B
Plaintext
Variables = "Variables"
|
|
Expressions = "Expressions"
|
|
Functions = "Functions"
|
|
Sequences = "Sequences"
|
|
EmptyExpressionBox0 = "You have not defined any variables."
|
|
EmptyFunctionBox0 = "You have not defined any functions."
|
|
EmptySequenceBox0 = "You have not defined any sequences."
|
|
EmptyExpressionBox1 = "To define a variable, type:"
|
|
EmptyFunctionBox1 = "To define a function, type:"
|
|
EmptySequenceBox1 = ""
|
|
EmptyExpressionBox2 = "The variable name can contain:"
|
|
EmptyFunctionBox2 = "The function name can contain:"
|
|
EnableCharacters = "A..Z, a..z, 0..9 and _"
|