Lines Matching refs:space
27 1 if .passed then space
28 0 if .failed then space
32 0 if .failed else .passed then space
33 1 if .passed else .failed then space
38 if if .failed else .failed then space
39 else if .failed else .passed then space
41 if if .failed else .passed then space
42 else if .failed else .failed then space
44 if if .failed else .failed then space
45 else if .passed else .failed then space
47 if if .passed else .failed then space
48 else if .failed else .failed then space
52 ." Compiled single IF tests:" space
53 : if-true? if .passed space 0 exit then .failed space 0 ; 1 if-true?
54 : if-false? if .failed space 1 exit then .passed space 1 ; if-false?
55 : true? if .passed else .failed then space 0 ; true?
56 : false? if .failed else .passed then space ; false?
72 ; if-test1 space
75 if if then if then .passed space else cr type space .failed cr then