%% This OTP is responsible solely for mapping the lamed, which is here 
%% bent.  This file considers the case of no vowels or dots...
input: 
	1;
output: 
	1;

expressions:
	`l' `l'	=> 140 % lameddagesh
		       ;
	`l' `*'	=> 140 % alternate lameddagesh
		       ;  
	`l'	=> 140 % lamed
		;
	.	=>	\1
		;
