Official web site : http://www.scolring.org/.
Plateform : Windows XP or +, GNU / Linux with glib > 2.x and curl dependancies should be installed
Scol : 4.0 or +
No specific way
Incomplet ! Voir code source !
ObjS is a new type
It describes a new array of characters.
STABcreate is a function to convert a string to an array and create it
| Return | Type | Name | Description |
|---|---|---|---|
| fun [Chn S] ObjS | |||
| - | Chn | channel | any channel (probably the current channel) |
| - | S | string | any string to convert |
| ObjS | - | - | a new array |
STABfoo is a function to display in the console one specific character or all the characters
| Return | Type | Name | Description |
|---|---|---|---|
| fun [ObjS I] ObjS | |||
| - | ObjS | array | any array already created |
| - | I | position | a position or nil to have all the array |
| S | - | - | the same array |
STABfooC is a function to display in the console the first character of a string
| Return | Type | Name | Description |
|---|---|---|---|
| fun [S] S | |||
| - | S | string | any string |
| ObjS | - | - | the same string |