Files
FireBee_Setup-Dev/tools/qed/nl/kurzel/modula.krz
2023-06-12 09:14:09 +02:00

42 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# QED-kortzetselbestand voor Modula2
# door G. Cobben
# ========================================================================
#
# Code mag max. 8 tekens bevatten; door het drukken van <ESC> wordt de
# hele string na het '=' teken in de tekst ingevoegd.
#
# Bijzondere tekens met een functie:
# ========================================================================
# '*' direct voor het '=' teken; string wordt onmiddelijk ingevoegd,
# zonder op <ESC> te drukken.
# '~' in de string; zorgt er voor dat de cursor op de
# positie van de '~' wordt ingevoegd.
# zonder tilde ('~'); de cursor staat dan aan het eind
# van de string.
# '#' (hekje); leidt een commentaarregel in.
#
# ========================================================================
#
a =AND
ab =ABS(~)
ac =ARRAY OF CHAR
ad =ADDRESS;
al =ARRAY OF LOC
ar =ARRAY [~..] OF
b =BEGIN
bl =BOOLEAN;
bs =BITSET;
bt =BYTE;
cp =CAP(~)
cd =CARDINAL;
cs =CASE ~ OF
c =CHAR;
cr =CHR(~)
cn =CONST
dc =DEC(~)
dm =DEFINITION MODULE ~;
dp =DISPOSE(~);
dv
=DIV