[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Alternative to ~= for inequality?
- From: Robert Virding <robert.virding@...>
- Date: Thu, 7 Feb 2013 19:57:05 +0000 (GMT)
You have probably tried this but:
On swedish keyboards ~ is a diacritical mark which is applied the the character coming afterwards. So to get a ~ you need to press ~ then SPACE. It takes a bit of getting used to. Swedish keyboards are the most practical for programming.
Robert
----- Original Message -----
> From: colinz@gmx.com
> To: lua-l@lists.lua.org
> Sent: Thursday, 7 February, 2013 8:00:51 AM
> Subject: Alternative to ~= for inequality?
>
> Is there a way to use !=, /= or <> as an alternative to ~= ?
> I am asking because the keyboard I am currently using does not have
> the
> tilde key.
> Thanks