1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/internal/help/CDECL.txt
2017-10-10 11:55:21 -03:00

23 lines
670 B
Plaintext

#REDIRECT [[DECLARE (non-BASIC statement)]]
'''This page is maintained for historic purposes. The keyword is not supported in QB64.'''
----
[[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|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}}
*[[CALL]], [[CALLS]]
*[[DECLARE (non-BASIC statement)]]
{{PageNavigation}}