!C This file is part of M4KWARGS !C Copyright (C) 2015 Sergey Poznyakoff !C !C M4KWARGS is free software; you can redistribute it and/or modify !C it under the terms of the GNU General Public License as published by !C the Free Software Foundation; either version 3, or (at your option) !C any later version. !C !C M4KWARGS is distributed in the hope that it will be useful, !C but WITHOUT ANY WARRANTY; without even the implied warranty of !C MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the !C GNU General Public License for more details. !C !C You should have received a copy of the GNU General Public License !C along with M4KWARGS. If not, see . !IN # BEGIN KWARG_SET(`foo',314) KWARG_SET(`bar',`q1') KWARG_SET(`baz-bar',`shmeer') # VALUES KWARG_VALUE(`foo') KWARG_VALUE(`bar') KWARG_VALUE(`baz-bar') KWARG_VALUE(`qux',`bar') # END !OUT # BEGIN # VALUES 314 q1 shmeer BAR # END !END