[Overview][Constants][Procedures and functions] | Reference for unit 'pwumain' (#powtils_main) |
Source position: pwumain.pas line 132
procedure OutA( |
args: array [] of <NIL> |
); |
var someint: integer = 400; somestring: string = ' testing'; begin OutA('text here ', ' and a number: ', 8674.313, ' and a boolean ', TRUE, '<p>'); OutA('A number: ', someint, ' and a string: ', somestring); end. // note: use square brackets around Array // LufDoc needs to be fixed to show them