Can types be global

new topic     » topic index » view thread      » older message » newer message

This works (in the same file).

type caps(integer x)
  return x >= 'A' and x<= 'Z'
end type

This doesn't in an incude file.

global type caps(integer x)
  return x >= 'A' and x<= 'Z'
end type

Why whats wrong?

Don Cole

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu