Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
%% This OTP is responsible solely for mapping the lamed, which may be
%% straight or bent. This file treats the case of no vowels.
input:
1;
output:
1;
expressions:
`l' `l' => 108 % lameddagesh
;
`l' `*' => 108 % alternate lameddagesh
;
`l' => 108 % lamed
;
. => \1
;