/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to src/libvqdr/function/roll_and_keep_functon_token.vala

  • Committer: Gustav Hartvigsson
  • Date: 2021-11-11 11:56:44 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20211111115644-j8nfzn39bxqpqlqn
Added sudfolders to the tests folder for future use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* vim: set tabstop=2:softtabstop=2:shiftwidth=2:expandtab */ 
2
1
using VQDR.Expression;
3
2
using VQDR.Common;
4
3
 
140
139
  }
141
140
  
142
141
}
 
142
/* vim: set tabstop=2:softtabstop=2:shiftwidth=2:expandtab */