kytschBASIC

Put down that phone!
Please view me on real computer.

SESSREAD

VARIABLE

Read a value from the session.

Example

SESSWRITE "test", "KB"

DEF test$=SESSREAD "test"

PRINT test$

Output

KB

See also