Files
harbour-core/harbour/tests/broken/numform.prg
1999-09-12 23:54:34 +00:00

15 lines
195 B
Plaintext

/*
* $Id$
*/
/* ; Donated to the public domain by Victor Szel <info@szelvesz.hu> */
FUNCTION Main()
LOCAL a := 10
LOCAL b := 20
? a==22.or.b==20
? a==22.and.b==10
RETURN NIL