fb:porticula NoPaste
Compilierfehler unter Linux
Uploader: | nemored |
Datum/Zeit: | 27.06.2010 23:00:32 |
type typ
as integer a, b
end type
declare operator sgn(t as typ) as integer
operator not(t as typ) as integer
return 1
end operator
dim as typ a = type(4,6), b = type(3, 2)
print sgn(a)