tacit programming - Void Verbs in J -


I am learning to use online using this language and using some of the old Java assignments, and I like it To know how to do an action that does not take any operand, or returns any result, the reason: I would like to allow myself to give the ability to type in a verb, let's call it go < / Code>, which adopt the sequence of code and Figures that will produce in your execution, but will not show anything. Its entire goal will eventually be able to reproduce my vending machine class and interface, which requires at least the zero return change () method.

Calling the J-verb is always done with the right logic, something in a monadic verb Send also that completely ignores the correct logic (like 0 or '' ).

Functions always return something, but I.0 or " reduces the data.

  Go =: 3: 0b stuff please i) ''  

Comments