Code is as follows, i literally just copy-pasted it from the example given in the settings:
dim msg$,i
start:
graphics 3,0
msg$ = "Hello World"
FOR i = 1 to 10
next
Edit: I messed around with the #include parameters, i think those may have had conflicting things specified in them.
I'm inexperienced at programming so I decided that DragonBasic would be the best choice for me, but there doesn't seem to be a whole lot of documentation for it. I'm receiving a compilation error that doesn't seem to make much sense; "duplicate identifier"? I'm guessing this is some sort of syntax quirk. Does anybody here have experience using the DragonBasic IDE?