mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
It is now possible to call the value of a defined sequence anywhere. Change-Id: I1990e93c50f9add175b7ea274e07004ba63289e5
13 lines
530 B
Plaintext
13 lines
530 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:"
|
|
EmptyExpressionBox2 = "The variable name can contain:"
|
|
EmptyFunctionBox2 = "The function name can contain:"
|
|
EnableCharacters = "A..Z, a..z, 0..9 and _"
|