11.07.2015 Views

Here - 1000 BiT

Here - 1000 BiT

Here - 1000 BiT

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

statementThe smallest complete section of a program. It starts with a command. The commandmay have expressions in it.storeTo put information into memory or to save it onto tape.stringA type of data in BASIC. It consists of a row of characters. See number.subroutineA section of a program which starts with a line called from a GOSUB command and endswith a RETURN command. It may be called from more than one place in the program.subscriptA number in the parentheses of an array. It tells which member of the array is beingused. See index.syntaxMeans the way a statement in BASIC is spelled. A syntax error means the spelling of acommand or variable name is wrong, the punctuation is wrong or the order of parts inthe line is wrong.timing loopA loop which does nothing except use up a certain amount of time. See delay loop.titleThe name of a program or subroutine. Put it into a REM statement.TRUEHas the value -1. See logic, FALSE, assertion.truncateTo cut off the decimal part of a number, leaving an integer. The INT() function does thisfor positive numbers.typingPressing keys on the computer. It is different from entering. See enter.valueThe value of a variable is the number or string stored in the memory box belonging tothe variable. See variable.204

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!