Archive for April, 2008

Declaring variables as strings

Monday, April 21st, 2008 Posted in Number and Strings | No Comments »

  As with numbers, you can use strings directly in your program, as follows: PRINT "Print me." PRINT 54 END Just as with numbers, you may want to store strings in variables so ... Read more..

Smashing strings together

Monday, April 21st, 2008 Posted in Number and Strings | No Comments »

Unlike with numbers, you can’t subtract, divide, or multiply strings. But you can add strings (which is technically known as concatenating strings). To concatenate two strings, you use ... Read more..

Using Built-In Math Functions

Monday, April 21st, 2008 Posted in Number and Strings | No Comments »

By combining mathematical operators, you can create practically any type of mathematical formula. But creating some mathematical formulas may prove too cumbersome, so as a shortcut, many programming ... Read more..



eXTReMe Tracker