hi,
i am trying to create guess word game and require to create alphabet.
i use to do in android or java like this
for(int i=65;i<=90;i++) {
System.out.println((char)i);
}
is it possible in C2
please guide
thanks
alphabet = "abcdefghijklmnopqrstuvwxyz"
for 1 to len(alphabet): set something to mid(alphabet, loopindex-1, 1)
Develop games in your browser. Powerful, performant & highly capable.
great! thanks