A Hello World Programme

Dinfio Documentation





One thing you need to know before dive deeper into a programming language is printing "Hello world!" on the screen. So is Dinfio. To print "Hello world!" in Dinfio, you can code like this:

start
    writeln("Hello world!")
stop

In Dinfio, pair of keywords start and stop is optional—just a sweetener. So you can simply code:

writeln("Hello world!")


Index Code Structure →


Documentation version: 1.0.16. Updated on: 14 July 2025.
Dinfio is designed and written by Muhammad Faruq Nuruddinsyah. Copyright © 2014-2025. All rights reserved.