Bestsoft ID:
Password:  


Dash

Start writting your Operating System now in Dash by Downloading Bestsoft Space IDE Download

Function that display string on screen. You can see how it works in following example:


Import Bestsoft.Dash


Class Kernel
     Start_Sub()
       Write("Hello World")
       WriteLine("Hello World")
     End_Start_Sub
     
     Create.New.Sub Block
     Go to Block
End_Class