PascalSyntax.wiki
changeset 981 a18f350d00ff
parent 980 dc250fc5bc24
child 2016 3e426e5979ec
equal deleted inserted replaced
980:dc250fc5bc24 981:a18f350d00ff
    22 
    22 
    23  `if not isExploded then`
    23  `if not isExploded then`
    24 
    24 
    25 Allowed:
    25 Allowed:
    26 
    26 
    27  `if not (isExploded) then`
    27  `if (not isExploded) then`
    28 
    28 
    29 Allowed
    29 Allowed
    30 
    30 
    31  `if isExploded <> true then`
    31  `if isExploded <> true then`