-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
452310e
commit 6bd5cb1
Showing
1 changed file
with
247 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,247 @@ | ||
# DOTWEB | ||
DOTWEB is the WORLD most Advanced and powerful Programming Language invented in JAS AND WEBC by wilmix jemin j at year 2016 for year 2017. and it is ranked as Z'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''( and so-on) | ||
|
||
|
||
DOTWEB | ||
====== | ||
|
||
DOTWEB is the WORLD most Advanced and powerful Programming Language invented by wilmix jemin j at year 2016 for year 2017. | ||
|
||
and it is ranked as Z'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''( and so-on) | ||
|
||
Meaning: | ||
======= | ||
|
||
DOT=> HIGH Prosperity seed for Internal Business (KING SOLOMON SWORD) | ||
WEB => Wilmix with External Business. | ||
|
||
|
||
SYNTAX: | ||
====== | ||
|
||
|
||
|
||
<DOTWEB> | ||
|
||
<USE> CUTIL; | ||
<PACK> HierachialTree | ||
<% | ||
<CLASS> roots | ||
{ | ||
public void main() | ||
{ | ||
|
||
|
||
|
||
<! DOTWEB LOGIC !> | ||
|
||
|
||
%> | ||
|
||
?> | ||
|
||
|
||
ADVANTAGES: | ||
=========== | ||
|
||
a) Behave like JWEB, cdollar,gdollar,sling,CWEB,WAS,JSTAR,JDollar. | ||
|
||
b) Most Powerful than Aliens and Antichrist Technology. | ||
|
||
c) It is used in Internal Advanced Business. | ||
|
||
d) It Uses EMC and EML to maintain economic prosperity. | ||
|
||
e) Behave like JSWORD and ADOLLAR. | ||
|
||
f) It Contains Advanced Business. | ||
|
||
|
||
|
||
|
||
|
||
Program-1 | ||
========= | ||
|
||
|
||
<DOTWEB> | ||
|
||
<USE> CUTIL; | ||
<PACK> HierachialTree | ||
<% | ||
<CLASS> roots | ||
{ | ||
public void main() | ||
{ | ||
|
||
|
||
Bag tree <NEW> Bag(); | ||
|
||
Bag Member <NEW> Bag(); | ||
|
||
Member.PUT("A","CLASS5"); | ||
Member.PUT("B","CLASS5"); | ||
Member.PUT("C","CLASS5"); | ||
Member.PUT("D","CLASS5"); | ||
Member.PUT("CLASS6","CLASS6"); | ||
Bag slibings <NEW> Bag(); | ||
slibings.PUT("A","s1"); | ||
slibings.PUT("A","s2"); | ||
slibings.PUT("B","s11"); | ||
slibings.PUT("B","s21"); | ||
slibings.PUT("C","s12"); | ||
slibings.PUT("C","s22"); | ||
Bag activity <NEW> Bag(); | ||
activity.PUT("s1","cricket"); | ||
activity.PUT("s2","read"); | ||
activity.PUT("s21","swim"); | ||
activity.PUT("s12","swim"); | ||
tree.PUT(1,Member); | ||
tree.PUT(2,slibings); | ||
tree.PUT(3,activity); | ||
|
||
|
||
activity.remove("s1","cricket"); | ||
tree.remove(3,activity); | ||
tree.PUT(3,activity); | ||
|
||
|
||
|
||
<PRINTLN>("output="+tree.containsValue(Member)); | ||
|
||
|
||
|
||
<PRINTLN> (""+Math.Sin(10)); | ||
|
||
|
||
|
||
ARRAYS u <NEW> ARRAYS("Wilmix"); | ||
|
||
for (int i=100;i>0;i--) | ||
u.add(""+i); | ||
<PRINTLN>(""+u.ret(45)); | ||
|
||
u.ASCENDSORT(); | ||
|
||
<PRINTLN>(""+u.RET()); | ||
|
||
u.DESCENDSORT(); | ||
|
||
<PRINTLN>(""+u.RET()); | ||
|
||
HashTable h <NEW> HashTable(11); | ||
h.put(1,1); h.put(2,890 ); h.display(); | ||
|
||
|
||
%> | ||
|
||
?> | ||
|
||
|
||
|
||
SYNTAX for REMOTEWEBAPPLICATION for PUBLISHING,WEBSERVICES for Internal Advanced Business : | ||
=============================================================================================== | ||
|
||
|
||
<DOTWEB> | ||
<PACK> | ||
|
||
<% | ||
|
||
|
||
public class <PROGRAMCLASSNAME> | ||
{ | ||
|
||
|
||
|
||
|
||
public void main( ) throws <EXE> | ||
|
||
{ | ||
|
||
<! DOTWEB CODE !> | ||
|
||
|
||
|
||
|
||
} | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
} | ||
|
||
|
||
|
||
|
||
|
||
%> | ||
|
||
|
||
</DOTWEB> | ||
|
||
Program-1: | ||
======== | ||
|
||
<DOTWEB> | ||
<PACK> | ||
|
||
<% | ||
|
||
|
||
public class example | ||
{ | ||
|
||
|
||
|
||
|
||
public void main( ) throws <EXE> | ||
|
||
{ | ||
|
||
|
||
|
||
DOTWEB.PRINTLN("<topic> Form1 </topic>"); | ||
|
||
DOTWEB.PRINTLN(""+<GUI>("house.wml", 1,"","",null)); | ||
|
||
|
||
<AList> arm= <NEW> <AList>(); | ||
|
||
<JDOLLAR> | ||
|
||
DOTWEB.PRINTLN(""+ar); | ||
|
||
|
||
|
||
|
||
} | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
} | ||
|
||
|
||
|
||
|
||
|
||
%> | ||
|
||
|
||
</DOTWEB> | ||
|
||
|
||
|
||
|