This article is old and is being consolidated into the book.
Please refer to the corresponding chapter(s) therein.
If the chapters or sections are not completed yet, you can use this article.
Refer to the examples as they are tested against the latest code.

Table Of Content

  1. Introduction
  2. List Of Object Types

Value Objects

By James Jianbo Huang    February 2003       non-printer version

Abstract   JudoScript is a object-based language. Every value in JudoScript is an object. This article lists all possible categories of value objects in tabular format for quick reference.


 

1. Introduction

 

»»» Top «««

 

2. List Of Object Types

Object TypeCategoryMeaningCreation
primitive built-in
x = 100;
x = 2.5;
x = 'abcd';
x = date(2003,3,15);



Copyright c 2001-2005 JudoScript.COM. All Rights Reserved.