* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2005 Nigel McNie * @version 1.1.0 * */ /* * QBasic language file for GeSHi * * [notes about language] * * [notes about this implementation of the language] * */ /** Get the GeSHiCodeContext class */ require_once GESHI_CLASSES_ROOT . 'class.geshicodecontext.php'; $this->_humanLanguageName = 'QBasic'; $this->_rootContext =& new GeSHiCodeContext('qbasic'); ?>