Compile/Run Time Inputs:

Since you can not physically type or enter text input from a keyboard while running a program on I<code> Go servers, you must pre-enter all inputs beforehand.

An example would be if your program needed a name entered first, followed by a company entered second, you would enter them in the input box:- line 1 (input 1), line 2 (input 2), and so on and so forth.

Christopher
Two Seven Two Development


That would enter the inputs in the order needed for our mentioned program above.

If you are testing code over and over, you can check the 'Save Input' box and your input will be remembered for future compiles. Most sample code has predefined inputs saved for your convenience.