lotus

previous page: L06) How do I deal with exception handling in BETA?
  
page up: BETA Programming Language FAQ
  
next page: L08) What about garbage collection in BETA?

L07) Can classes be treated as first-order elements in BETA?




Description

This article is from the FAQ, by with numerous contributions by others.

L07) Can classes be treated as first-order elements in BETA?

Yes, they can. This is possible by using the pattern variable construct in
BETA. A pattern variable may dynamically be assigned pattern references.
Pattern variables may be used to dynamically create instances of the
pattern, currently contained in the pattern variable.

 

Continue to:













TOP
previous page: L06) How do I deal with exception handling in BETA?
  
page up: BETA Programming Language FAQ
  
next page: L08) What about garbage collection in BETA?