-
Notifications
You must be signed in to change notification settings - Fork 10
Miscellaneous
The following are new keywords in BCS: assert
, auto
, buildmsg
, enum
, extern
, false
, fixed
, foreach
, let
, memcpy
, namespace
, null
, private
, raw
, strict
, struct
, true
, typedef
, upmost
, and using
. In ACS, the goto
keyword is reserved but is not used; in BCS, it is used to represent the goto statement.
While the following identifiers still retain their usage, they can now also be used as function/variable names and are no longer reserved as keywords: acs_executewait
, acs_namedexecutewait
, bluereturn
, clientside
, death
, define
, disconnect
, encryptstrings
, endregion
, enter
, event
, hudmessage
, hudmessagebold
, import
, include
, kill
, libdefine
, library
, lightning
, linklibrary
, log
, net
, nocompact
, nowadauthor
, open
, pickup
, print
, printbold
, redreturn
, region
, reopen
, respawn
, strparam
, unloading
, wadauthor
, and whitereturn
.