CDECL is used to indicate that the external procedure uses the C-language argument order. {{PageSyntax}} :: [[DECLARE]] {[[SUB]]|[[FUNCTION]]} name ['''CDECL'''] [ [[ALIAS]] "aliasname"] [([parameterlist])] *'''[[Keywords currently not supported by QB64|Currently NOT supported in QB64!]]''' * QuickBASIC will pass the arguments in the argument list from right to left instead of left to right which is the BASIC convention. {{PageSeeAlso}} *{{KW|CALL}}, {{KW|CALLS}} *{{KW|DECLARE (non-BASIC statement)}} {{PageNavigation}}