* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
12 lines
132 B
Plaintext
12 lines
132 B
Plaintext
#require "hbxpp"
|
|
|
|
#include "hbxpp.ch"
|
|
|
|
PROCEDURE Main()
|
|
|
|
LOCAL cString := "ABC"
|
|
|
|
? cString[ 2 ] // ------> 'B'
|
|
|
|
RETURN
|