| 1. |
How Do You Make An Array In Euphoria? |
|
Answer» Sequences are arrays. You create them by FIRST declaring a variable as sequence, then assigning ELEMENTS to the sequence. For example sequence s Sequences are arrays. You create them by first declaring a variable as sequence, then assigning elements to the sequence. For example sequence s |
|