Hebe Script

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Hebe Script is a simple scripting language that allows for the creation of little applets for the Hera Runtime. It has the CommonSystem library preloaded, and it does not have a App object, so it does not need a "When app.run = True" main method.

How to copy a file to the floopy disk

 if get DiskSpace with "a:\";or "b:\"
   Higher Than FileSize with PublicArg-1
     call CopyFile with PublicArg-1 with (get IsAvailable with "a:\";or "b:\") 
     End
   End

PublicArg are the parameters that the script received.