php-kilo/src/constants.php
Timothy J Warren a0e0f80223
All checks were successful
Gitea - Tutorials/php-kilo/master This commit looks good
Tests for the ANSI methods
2019-12-05 14:54:00 -05:00

11 lines
318 B
PHP

<?php declare(strict_types=1);
namespace Aviat\Kilo;
// -----------------------------------------------------------------------------
// ! App Constants
// -----------------------------------------------------------------------------
const KILO_VERSION = '0.3.0';
const KILO_TAB_STOP = 4;
const KILO_QUIT_TIMES = 3;