fb:porticula NoPaste
is Test bei nutzung von Line Continuation (_)
Uploader: | Sannaj |
Datum/Zeit: | 10.01.2012 20:50:11 |
type foo extends object
dummy as integer
passierschein_A38 as string
end type
dim testo as foo
select case testo
case is foo
print "oop-is"
end select
select case testo.dummy
case is > 5
print "select case is"
end select