Bestsoft ID:
Password:  


Dash

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

Function that get date from user BIOS and display it on screen.


Import Bestsoft.Dash
Import Bestsoft.Dash.DateAndTime

 

Class Kernel
     Start_Sub()
       Now.Date()
     End_Start_Sub
     
     Create.New.Sub Block
     Go to Block
End_Class