Box 0.1, alpha20080913 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Box 0.1, alpha20080913 (Default branch)
# 1  
Old 09-13-2008
Box 0.1, alpha20080913 (Default branch)

Image Box is a programming language that puts special emphasis on graphics. It is intended to be for vector graphics what LaTeX is for writing scientific documents. License: GNU Lesser General Public License (LGPL) Changes:
Variables defined in the upper scope unit are globally defined and are accessible from procedures. $, $$, ... without depth specification refer now to the current definition Box. If A = B, then A inherits the procedures of B. The Str object was added. This object allows you to concatenate strings and print other types to string. It can be safely used as Str@MyType, since "ordinary strings" (arrays of char) are automatically converted to Str (Str = (()Char -> STR)). Window.Hot now returns the last point it received as argument. Exit status should now be treated more carefully. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Notify when the script run(hourly)on my jump-box only when there is a failure on my remote-box

Team, Presently I have a script, which i have set up cron on one of my Jump-boxes,and gives me the output on every hourly basis,fetching the data from the remote machine.Basically it gives me the list of all active users logged and its count once we execute the script.Here the count is... (6 Replies)
Discussion started by: whizkidash
6 Replies

2. Web Development

How to copy a selected value of list box into a text box in html form?

hi, i have a list box , a text box and a button in a html form. list box displays some values, when a user selects a value from the list box and press the button. the selected value should be copied to the text box value. can any1 give me a html and javascript code to do this facility. ... (1 Reply)
Discussion started by: Little
1 Replies

3. Shell Programming and Scripting

ftp file starting with particular name on Windows box to Unix box using shell script

Hello all ! I'm trying to write a shell script (bash) to ftp a file starting with particular name like "Latest_" that is present on a Windows box to UNIX server. Basically I want to set this script in the cron so that daily the new build that is posted on the Windows box can be downloaded to the... (2 Replies)
Discussion started by: vijayb4u83
2 Replies
Login or Register to Ask a Question