  NNTL$

  【1.0 build 22 追加】
   NNTL$(<x$>, <y$>, <value>)

   Type: function

   Specifies that <x$> should be taken into account for
   internationalization. This is a variation to INTL$. With NNTL$
   singularities and multitudes can be specified, which are candidate for
   the template catalog file. This file is created when BaCon is executed
   with the '-x' switch. See also TEXTDOMAIN and INTL$ and the chapter on
   internationalization. Example:

   LET x = 2
   PRINT x FORMAT NNTL$("There is %ld green bottle\n", "There are %ld green
   bottles\n", x)

