INPUT
Syntax
INPUT expression
Description
INPUT will set the pin corresponding to expression to an input.
INPUT and OUTPUT were added for PBASIC compatability, DIR(x)=0 will be faster.
Example
INPUT 0 ' this will make pin 0 an input
Differences from other BASICs
- INPUT gets a value from the user in Visual BASIC
- none from PBASIC