rochus-keller / Oberon

Oberon parser, code model & browser, compiler and IDE with debugger, and an implementation of the Oberon+ programming language
GNU General Public License v2.0
463 stars 30 forks source link

Out.Int #3

Closed tripleo1 closed 3 years ago

tripleo1 commented 3 years ago

https://github.com/rochus-keller/Oberon/blob/02cfc2660983ac8e9a7be6e7b169fc448f6d4069/testcases/Are-we-fast-yet/Run.obx#L155

What does the 0 do in Out.Int?

rochus-keller commented 3 years ago

The Out module is one of the Oakwood collection (see e.g. http://www.edm2.com/index.php/The_Oakwood_Guidelines_for_Oberon-2_Compiler_Developers). With the second parameter you can determine a minimum text with (filled with spaces to the left).