Howdy ALL,
Writing a tool that scan through a cross section of languages (BASIC's mainly ) include AGK/AGKS and was wondering if there's any function declaration variations I need to be aware of ??
is the file extension for these source codes ".agc" always ? or is there any variation ?
I know a function is declared, but are there any variation shortcuts in the syntax ?
function MyFunction(A,B,C)
Do stuff
EndFunction
For example; Does it support
End Function as well as
EndFunction ? like Dark BASIC / Dark BASIC Pro
What are the common characters and comment blocks ??
; comment
// comment
rem comment single line
/*
multi line comment block
*/
remstart / remend ?
I think that about covers it; I've a few AppGameKit test codes but if there's something you think I need to test with post a link bellow !
Later dudes !