May 25, 1999 Ron Pinkas added \tests\working\strdelim.prg to test all valid string delimiters.
This commit is contained in:
17
harbour/tests/working/strdelim.prg
Normal file
17
harbour/tests/working/strdelim.prg
Normal file
@@ -0,0 +1,17 @@
|
||||
procedure main()
|
||||
|
||||
local aArray := {{NIL}}
|
||||
|
||||
aArray [ 1 /*first*/ ][ 1 /* second */ ] := [Hello]
|
||||
|
||||
QOut( aArray[1][1] )
|
||||
|
||||
QOut( 'World "Peace[!]"' )
|
||||
|
||||
QOut( "Harbour 'Power[!]'" )
|
||||
|
||||
QOut( [King 'Clipper "!"'] )
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user