13.07.2015 Views

Turbo Basic

Turbo Basic

Turbo Basic

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

LET statementFunctionSyntaxRemarksExampleLET assigns a value to a variable.[LET] variable = expressionvariable is a string or numeric variable, and expression is of a suitabletype (that is, string for string variables and numeric fornumeric variables).LET is optional in assignment statements and in practice is usuallyomitted.INPUT "Enter a string: ",DunmyStr$I assign TempStr$ a value using LETLET TempStr$ = DunmyStr$PRINT TempStr$, DunmyStr$END246<strong>Turbo</strong> <strong>Basic</strong> Owner's Handbook

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

Saved successfully!

Ooh no, something went wrong!