Download List

Projeto Descrição

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.

System Requirements

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

O log ()-Função agora aceita um segundo argumento opcional. A opção especial '-' pára o processamento opção.
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

Uma correção para um bug de 2,690 o que impediu a análise YABASIC de expressões simples, como a / (b), a implementação atalhos lógicos (isto é, dentro de condições de se ou quando as declarações só são avaliadas na medida do necessário), uma nova forma de comunicação aberta e função, qualquer distinção entre as expressões e as condições de mais nada, e uma correção para um bug com a impressão no 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

Uma correção para config.h para que YABASIC vai construir abrigo HP / UX, uma mudança no regime de números de versão (2,67 Lançamento 0 é agora 2,670) e uso de automake para gerar Makefile.in (feito para permitir o uso de libtool, que será usado para implementar dinâmicas bibliotecas carregáveis).
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

Esta versão corrige um erro que impediu complicadas bibliotecas de chamar uns aos outros, e alguns outros bugs relacionados com int () / HEX () com números grandes. instr () foi modificada para aceitar um terceiro argumento opcional, enquanto Mid $ (); ir sem o seu terceiro argumento. Novas funções incluem rinstr (), bin $ (); para converter decimais em números binários, dec () para fazer o oposto do 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

Initial release.
Initial release.

Project Resources