One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| #ifndef _MKDIO_CXX | |
| #define _MKDIO_CXX | |
| extern "C" { | |
| #include <stdio.h> | |
| #include <mkdio.h> | |
| } | |
| class MKIOT { | |
| protected: |
| def output name=((default=true); "caius") | |
| puts "name: #{name.inspect}" | |
| puts "default: #{default.inspect}" | |
| end | |
| output | |
| # >> name: "caius" | |
| # >> default: true | |
| output "avdi" |
| #!/usr/bin/env python | |
| # Copyright (C) 2010, Scott W. Dunlop <swdunlop at gmail.com> | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions are met: | |
| # | |
| # * Redistributions of source code must retain the above copyright | |
| # notice, this list of conditions and the following disclaimer. | |
| # * Redistributions in binary form must reproduce the above copyright | |
| # notice, this list of conditions and the following disclaimer in the |