Help for this page

Select Code to Download


  1. or download this
    # Ordered maps are represented as
    # A sequence of mappings, with
    ...
    - Mark McGwire: 65
    - Sammy Sosa: 63
    - Ken Griffy: 58
    
  2. or download this
    [
      { "Mark McGwire" => 65 },
      { "Sammy Sosa" => 63 },
      { "Ken Griffy" => 58 },
    ]
    
  3. or download this
    [
      { path => "/export/home/frank" },
    ...
      },
      { arguments => [{ value => "test" }] },
    ]
    
  4. or download this
    ---
    - path: /export/home/frank
    ...
      - param: p
    - arguments:
      - value: test