Multiple choice technology programming languages

Variable name in the M204 procedure is prefixed with

  1. %

  2. $
  3. ?

  4. #

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Variable names in M204 procedures are prefixed with % (percent sign). Options B, C, and D use $, ?, and # which are not valid M204 variable prefixes. The % prefix distinguishes variables from field names and commands.