Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Testing]
- # String, default: "Hello, world!"
- # test_field1: Test field 1
- field1="Hello, world!"
- # String, default: "How are you doing?"
- # test_field2: Test field 2
- field2="How are you doing?"
- # Int, default: 5
- # test_field3: Integer test
- field3=5
- [More testing]
- # String, default: "argh!"
- # test2_field1: Multi-section test
- field1="argh!"
- # Bool, default: true
- # test2_field2: Boolean test
- field2=true
- # Float, default: 5.0f
- # test2_field3: Floating point test
- field3=5.0
Advertisement
Add Comment
Please, Sign In to add comment