Previously, we are talking with aliens in C# and Nemerle. Now let's try to do the same on Nemerle. See code below.
namespace AudioConsBoo import System import Alvas.Audio classProgram: static def Main(): rex.Data += rexData rex.Open += rexOpen rex.Close += rex_Close rex.Format = pcmFormat rex.StartRecord() Console.WriteLine('Please press enter to exit!') Console.ReadLine() rex.StopRecord() static rex ...
No comments yet, be the first one to post comment.