Télécharger la liste

Description du projet

Yabasic implements the most common and simple elements of the basic language. It comes with goto/gosub, with various loops, with user defined subroutines and libraries. Yabasic does monochrome line graphics and printing. Yabasic runs under Unix and Windows, it is small (around 200KB) and free.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-20 20:27
2.722

Le journal ()-fonction accepte maintenant un second argument optionnel. L'option particulière '-' arrête le traitement option.
Tags: Major feature enhancements
The log()-function now accepts an optional second argument. The special option '--' stops option processing.

2001-04-08 04:05
2.691

Un correctif pour un bug qui empêchait de 2.690 yabasic de l'analyse d'expressions simples telles que a / (b), la mise en œuvre des raccourcis logiques (par exemple, si les conditions à l'intérieur ou alors que les déclarations ne sont évalués que dans la mesure du nécessaire), une nouvelle forme de la déclaration ouverte et fonction, aucune distinction entre les expressions et les conditions de plus, et un correctif pour un bug avec l'impression sous Windows.
Tags: Major feature enhancements
A fix for a bug from 2.690 which prevented yabasic from parsing simple expressions like a/(b), implementing logical shortcuts (i.e., conditions within if or while statements are only evaluated as far as needed), a new form of the open statement and function, no distinction between expressions and conditions any more, and a fix for a bug with printing under Windows.

2001-02-23 01:36
2.671

Un correctif pour config.h afin que yabasic construira sous HP / UX, un changement dans le régime des numéros de version (2.67 sortie 0 est maintenant 2,670), et l'utilisation de automake pour générer Makefile.in (fait pour permettre l'utilisation de libtool, qui sera utilisé pour mettre en œuvre des librairies dynamiques chargeables).
Tags: Minor security fixes
A fix for config.h so that yabasic will build under HP/UX, a change in the scheme of version numbers (2.67 Release 0 is now 2.670), and use of automake to generate Makefile.in (done to allow for the use of libtool, which will be used to implement dynamic loadable libraries).

2001-01-30 15:14
2.66 r5

Cette version corrige une erreur qui empêchait alambiquée bibliothèques d'appeler l'autre, et quelques autres bugs concernant int () / hex () avec les grands nombres. instr () a été modifiée pour accepter un troisième argument optionnel tout en mid $ (); se passer de son troisième argument. Nouvelles fonctions rinstr (), bin $ () pour convertir des décimales en nombres binaires, dec () pour faire le contraire de bin $ ().
This release corrects a convoluted error which prevented libraries from calling each other, and some other bugs relating to int()/hex() with large numbers. instr() has been modified to accept an optional third argument while mid$(); to go without its third argument. New functions include rinstr(), bin$(); to convert decimals to binary numbers, dec() to do the opposite of bin$().

2001-01-30 15:14
2.62

Version initiale.
Initial release.

Project Resources