BETA (programming language): Difference between revisions

Content deleted Content added
WikitanvirBot (talk | contribs)
m r2.7.1) (robot Adding: ar:بيتا (لغة برمجة)
+Hello world!
Line 27:
 
BETA supports the object-oriented perspective on programming and has comprehensive facilities for procedural and functional programming. It has powerful abstraction mechanisms to support identification of objects, classification and composition. BETA is a strongly typed language like Simula, [[Eiffel (programming language)|Eiffel]] and [[C++]], with most type checking done at compile-time. BETA aims to achieve an optimal balance between compile-time type checking and run-time type checking.
 
==Hello world!==
This snippet prints the standard line [[Hello world program|"Hello world!"]]:<br>
<code>(# <br>
do ’Hello world!’->PutLine <br>
<nowiki>#)</nowiki> </code>
 
==External links==