.. Decision Copyright (C) 2019-2020 Benjamin Beddows This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ######################## Extending Your Knowledge ######################## Congratulations, you've created your first Decision script! Now you can start exploring some of the other features Decision has to offer at your own pace: .. toctree:: :maxdepth: 1 comments.rst arithmetic.rst conditions.rst boolean_operations.rst bitwise_operations.rst changing_flow_with_conditions.rst string_manipulation.rst variables.rst iteration.rst functions_and_subroutines.rst importing_sheets.rst