Re: General Beginner Issues

new topic     » goto parent     » topic index » view thread      » older message » newer message

The Archive has many resources. See the link to the right of this page.

Things to read first:

The Euphoria trick is that everything is a number, but numbers can be used for many things.

print(1, x+x ) -- to show numbers 
puts(1, x+x ) -- to show text 

Now, if the number value is withing the ASCII chart range, then you can display either integers (print) or characters (puts). Outside of this ASCII range using puts displays noise (only print is useful).

A sequence is good for both strings and lists of numbers.

  • if you puts, you get text displayed
  • if you print, you get numbers displayed

TOM

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu