string_pass.fcl
Go to the documentation of this file.
1 #===========================================
2 # Testing String Syntax
3 #===========================================
4 
5 a : hello
6 b : "hello"
7 c : 'hello'
8 
9 aa: hello
10 bb: "hello, my name is..."
11 cc: 'hello, my name is...'
12 ccc: 'hello1!'