Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Basalt 1.50 beta released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Steve Drain  
View profile  
 More options Jul 12 2012, 12:54 pm
Newsgroups: comp.sys.acorn.announce
Followup-To: comp.sys.acorn.programmer
From: Steve Drain <st...@kappa.me.uk>
Date: Thu, 12 Jul 2012 17:54:14 +0100
Local: Thurs, Jul 12 2012 12:54 pm
Subject: Basalt 1.50 beta released
I am pleased to announce the release of Basalt version 1.50 beta.

Basalt is BASIC Alternative keywords, a module that adds many extra
features to all versions of BBC BASIC V.

This version supports long strings, which I refer to as 'strands'. [1]

A strand is a normal BASIC string that holds a reference to a long
string. A strand variable is assigned with LET and can be released with
DELETE. Strands can be concatenated with other strands and normal
strings (literals, variables and functions) to make strand expressions.

Strands (variables and expressions) only have meaning if keywords
recognise them and this is done by enclosing strand parameters in
parentheses, (). It is never otherwise necessary to enclose a parameter
in parentheses, although it has always been optional. I would welcome
comments on this choice of syntax.

There are alternative versions of nearly all the necessary BASIC
keywords to work with strands, but the normal operation of BASIC is not
changed. The string functions return a strand value if they have a
strand parameter:

    PRINT STRING$ SUM$(SUM) LEFT$ MID$ RIGHT$ INSTR LEN SUMLEN
    ASC BPUT BGET$(GET$)

All Basalt string keywords also work with strands:

    SWAP$ MOD$ SEARCH$ MATCH$ REPLACE$ COUNT FIELDS FIELDS$ ARG$
    SAVE LOAD$ PTR PTY TWIN RETURN$

The Basalt module can be downloaded from:

    http://www.kappa.me.uk/Modules/swBasalt150.zip

The comprehensive StrongHelp manual can be downloaded separately from:

    http://www.kappa.me.uk/StrongHelp/shBasalt150.zip

The online HTML version of this manual is not yet available.

[1] These strands bear no relation to my earlier attempts to implement
long strings using an 'entity'; entities are no longer used in Basalt.

_______________________________________________________________
a.m.con...@argonet.co.uk, Moderator of comp.sys.acorn.announce.
Submissions to c...@owlart.net
Related mail to csaa-requ...@owlart.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »