Re: ver4 keyword Conflict
- Posted by jeremy (admin) Oct 03, 2011
- 1634 views
For example:
include abc.e as abc override function tan(atom a) return a * 100.0 end function ? abc:tan -- tan constant found in abc.e ? tan(10) -- your tan function ? eu:tan(20) -- euphoria's built in tan function