Visible to Intel only — GUID: mwh1410471027058
Ixiasoft
Visible to Intel only — GUID: mwh1410471027058
Ixiasoft
2.9.1. Hello World Example
puts "Hello world"
Use double quotation marks to group the words hello and world as one argument. Double quotation marks allow substitutions to occur in the group. Substitutions can be simple variable substitutions, or the result of running a nested command. Use curly braces {} for grouping when you want to prevent substitutions.