@AS-Profile| @AS-Assembly Specs| @AS-UniBASIC Specs| @AS-Operating System Specs| @TextEdit| @Assembly| @Operating System| @Interpreter| @Compiler| @DiskManagement| @Engineering| @Mathematics| @Downloads| @Support


Ansarsoft AS-UniBASIC OnLINE Specifications

@Overview

@Symbols

@Separators

@Keywords

@Constants

@Variables

@Mono Operators

@Dual Operators

@Arrays

@Pointers

@Structures

@Built in Procedures

@Built in Functions

@User Procedures and Fucnctions

@Language Reference

Web affiliate sites



REGISTER YOUR DOMAIN NAME



Ansarsoft AS-UniBASIC

System and Application  Program  Interface
-  SAPI  -


Constants



8 Bit Signed Constants
Syntax
Equ Byte c = 8
Limits
From -128 To 127
8 Bit Unsigned Constants
Syntax
Equ Usgn Byte c = 8
Limits
From 0 To 255
16 Bit Signed Constants
Syntax
Equ c% = 16
Equ Word c% = 16
Equ Word c = 16

Limits
From -32768 To 32767
16 Bit Unsigned Constants
Syntax
Equ Usgn Word c = 16
Limits
From 0 To 65535
32 Bit Signed Constants
Syntax
Equ Long c = 32
Limits
From -2147483648 To 2147483647
32 Bit Unsigned Constants
Syntax
Equ Usgn Long c = 32
Limits
From 0 To 4294967295
64 Bit Signed Constants
Syntax
Equ Quad c = 64
Limits
From -9223372036854775808 To 9223372036854775807
64 Bit Unsigned Constants
Syntax
Equ Usgn Quad c = 64
Limits
From 0 To 18446744073709551615
Single Precision Real Constants
Syntax
Equ c = 32.00
Equ Real c = 32.00

Limits
Bias: From -2079 To 2078
Mantissa: From -2147483648 To 2147483647

Double Precision Real Constants
Syntax
Equ Long Real c = 64.00
Limits
Bias: From -2095 To 2094
Mantissa: From -9223372036854775808 To 9223372036854775807

Byte Char Constants
Syntax
Equ Byte Char c = "16"
Limits
Form 0 To 255 characters
Word Char Constants
Syntax
Equ c$ = "16"
Equ Char c$ = "16"
Equ Word Char c$ = "16"
Equ Word Char c = "16"

Limits
Form 0 To 32767 characters
Long Char Constants
Syntax
Equ Long Char c = "32"
Limits
Form 0 To 4294967295 characters
Quad Char Constants
Syntax
Equ Quad Char c = "64"
Limits
Form 0 To 18446744073709551615 characters


Please send your questions referring to the product by e-mail to:

webmaster@ansarsoft.com


Website Counter
Ansarsoft Visitors
0 0 0 0 0 0


Send e-mail to: webmaster@ansarsoft.com with your questions or comments about this web site.
Last modified November 12, 2022 - Athens time 01:30
Copyright © 2001 by Ansarsoft.
All rights reserved.