Inputs and Outputs
Introduction to Inputting and Outputting Data
This section will take you through basic inputting and outputting of data in Pseudonaja.
Inputs
To input values, the INPUT command is used, however the variable that is being input into must first be declared, as follows:
An example of this would be:
Outputs
To output values, the OUTPUT command is used, as follows:
Multiple values can be output at the same time by using commas between each value.
An example of a single output would be:
Or multiple outputs:
Last updated