History

ObjT 1.2
 
 Changed: Complett Syntax

 Deleted: WinApi 

ObjT 1.3 

 Added: EndProgramm
 Added: */ and /* for morelines comments
 Added: void{ and void} to Generate a function
 Added: ~ use it to Round a Number

 Removed: line-numbers 

ObjT 1.3.2
 
 It's an interpreter and not a converter

 Removed: All things 

 Added: MessageBox for a MsgBox

ObjT 1.3.3 X1

 Added: var for the declaration of one variabele
 Added: InputBox for a InputBox
 Added: do loop
 Added: for loop
 Added: if request 

ObjT 1.4 //The first stable version!

 Fixed: if-request Bug

 Added: struct //For a struct like C/C++
 Added: cout //For writting in a Console
 Added: Replace //For Replace a string
 Added: ObjT-IDE //for writing ObjT code
 Added: Switch //For a Switch Case request
 Added: #include
 Added: istraem.objt and ostream.objt // you can use it for istreams and ostreams(Warning: before you can use it you must include it(Warning: you can include only one Data))

 Changed: var Syntax
 Changed: do Syntax
 Changed: if Syntax
 Changed: for Syntax
 Changed: MessageBox Syntax
 Changed: InputBox Syntax 

 Deleted: func 
 Deleted: varAufruf, because it's was to silly :-)

 WARNING: The ObjT-IDE has many Bugs, because it's a Beta-Version :-) 