Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Language Reference » Introduction |
begin if True then ShowMessage('It''s true !!!') else ShowMessage('It''s false !!!'); end;
begin // This piece of code needs some work if (not True) then BlowUpTheApplication else begin { Whew, we avoided blowing up the application, so let's continue on a more reasonable path } HandleTheSpecialCase; end; end;
Value Type | Example |
Numbers | 100 1200.42 -39.00 |
Boolean | True false |
Strings | 'This is a string literal' 'This is a '+' concatentated '+' string literal' |
Characters | 'a' #27 |
Arrays | ['This','is','a','string','array','literal'] [100,2,45] |
References | nil |
abstract and array as async begin break case class const constructor contains continue default destructor div do downto else end except exit external finalization finally for function if implementation inherited initialization interface is mod not object of on or out override private procedure program property protected public raise read record repeat shl shr then to try type unit until uses var virtual while with write xor
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |